Skip to content

fix: replace Tailwind arbitrary values with standard classes#2

Merged
isamu merged 1 commit intomainfrom
fix-tailwind-arbitrary-values
Jan 24, 2026
Merged

fix: replace Tailwind arbitrary values with standard classes#2
isamu merged 1 commit intomainfrom
fix-tailwind-arbitrary-values

Conversation

@isamu
Copy link
Copy Markdown
Contributor

@isamu isamu commented Jan 24, 2026

Summary

  • Replace JIT/arbitrary Tailwind values with standard classes in src/vue/View.vue and src/react/View.tsx
  • Ensures compatibility with host app's @source directive scanning

Changes

  • bg-[#1a1a2e]bg-slate-900
  • text-[#f0f0f0]text-gray-100
  • bg-[#2d2d44]bg-slate-800
  • border-[#3d3d5c]border-slate-700
  • border-[#4b4b6b]border-slate-600
  • hover:border-[#6b6b8b]hover:border-slate-500
  • hover:bg-[#6b6b8b]/20hover:bg-slate-500/20
  • min-h-[400px]min-h-96

🤖 Generated with Claude Code

Replace JIT/arbitrary Tailwind values with standard classes for
compatibility with host app's @source directive scanning.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@isamu isamu merged commit 4bf61a6 into main Jan 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant